Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / Style Property

In This Topic
    Style Property (C1ListView<T>)
    In This Topic
    Gets or sets the style applied to the component.
    Syntax
    'Declaration
     
    
    Public Property Style As C1Style
    public C1Style Style {get; set;}
    See Also